Release 10.1A: OpenEdge Development:
Java Open Clients
Inherited methods
The following methods are inherited from the Java SDO
ChangeSummaryimplementation. For a complete list, see the documentation for the Service Data Objects in EMF 2.0.1 at the following location:
beginLogging( )
Clears the list of changes and turns change logging on.
This method has the same behavior as the
ProDataGraph.acceptChanges()method. For more information, see the "ProDataGraph class" section.endLogging( )
Turns off change logging:
getChangedDataObjects( )
Returns a list consisting of all the
DataObjectinstances that have changed while logging:
getOldValues( )
Returns a list of settings that represents the property values of the specified
DataObjectat the point when logging began:
dataObjSpecifies the
DataObjectinstance whose old values you want to get.isCreated( )
This method returns
trueif the specifiedDataObjectwas created while logging:
dataObjSpecifies a
DataObjectinstance whose update status you want to test.isDeleted( )
Returns
trueif givenDataObjectwas deleted while logging:
dataObjSpecifies a
DataObjectinstance whose update status you want to test.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |